home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / making_m.dxr / 00034_back.ls < prev    next >
Encoding:
Text File  |  1998-10-08  |  663 b   |  19 lines

  1. on mouseUp
  2.   global captioncast, photocast, moviecast, moviebtncast
  3.   set the visible of sprite captioncast to 0
  4.   set the visible of sprite photocast to 0
  5.   set the visible of sprite moviecast to 0
  6.   set the visible of sprite moviebtncast to 0
  7.   set the castNum of sprite captioncast to member "rep_caption_core"
  8.   set the castNum of sprite photocast to member "rep_photo_core"
  9.   set the castNum of sprite moviecast to member "rep_mov_core"
  10.   puppetSound(1, "CLICK.aif")
  11.   if not soundBusy(2) then
  12.     puppetSound(2, "report.aif")
  13.   end if
  14.   if the visible of sprite moviecast = 1 then
  15.     set the movieRate of sprite moviecast to 0
  16.   end if
  17.   go(#previous)
  18. end
  19.